Re-export glib, gio
authorColin Walters <walters@verbum.org>
Sat, 31 Jul 2021 21:15:03 +0000 (17:15 -0400)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
commitdeedffde068c95b9ee2c3d5f1604b3a3e534093f
treefd1ce2e16945c22dc21343746fde792f649c12cf
parent6303229c4eff8c56f5e589cf15f5975e658c3513
Re-export glib, gio

Re-export our dependencies.  See https://gtk-rs.org/blog/2021/06/22/new-release.html
"Dependencies are re-exported".  Users will need e.g. `gio::File`, so this avoids
them needing to update matching versions.

Closes: https://github.com/ostreedev/ostree-rs/issues/12
rust-bindings/rust/src/lib.rs
rust-bindings/rust/tests/repo/mod.rs